Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Frame Manipulation Functions /


JMFrameShowHide

Shows or hides a frame.

OSStatus JMFrameShowHide (
                     JMFrameRef frame, 
                     Boolean showFrame);
frame
The frame to show or hide.
showFrame
A Boolean value. If true, then the frame should be shown; if false, the frame should be hidden.
function result
A result code; see "JManager Result Codes".

Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997